Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't download not required libraries #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elral
Copy link
Collaborator

@elral elral commented Jun 12, 2024

Each time the Mobiflight Core FW gets compiled, a library for the MAX31855 from Adarfruit is checked online if a dwonload is required. This prevents the compilation of code where the CMDMessenger library is used if no internet connection is available.
Furthermore the PID library get's downloaded even it is not required for the Mobiflight core FW.

This change deletes the library dependencies and deletes the temperature example project where both above mentiones libraries are used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant